home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / AmigaOS / Aplus_Dev / AP-Website / links / admin / categories.php < prev    next >
Encoding:
PHP Script  |  2002-10-28  |  929 b   |  28 lines

  1. <?
  2. // *******************************************************************
  3. //  admin/categories.php
  4. // *******************************************************************
  5.  
  6. include("../include/config.php");
  7. include("../include/functions.php");
  8.  
  9. include("../include/common.php");
  10. $language = $gl["Language"];
  11.  
  12. include("../include/lang/$language.php");
  13.  
  14. include("../include/session.php");
  15. session_start();
  16. ?>
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
  18.     "DTD/xhtml1-frameset.dtd">
  19. <html>
  20. <head>
  21. <title></title>
  22. </head>
  23. <frameset rows="42,*">
  24. <frame name="categories_top" scrolling="no" target="categories_main" src="categories_top.php?<?=session_name()?>=<?=session_id()?>" marginwidth="10" marginheight="10" topmargin="10" leftmargin="10">
  25. <frame name="categories_main" scrolling="auto" src="empty.htm" marginwidth="10" marginheight="10" topmargin="10" leftmargin="10">
  26. </frameset>
  27. </html>
  28.